







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() | Deque<(Of <T>)>Deque<(Of <T>)>New()() |
Create a new Deque that is initially empty.
|
![]() | Deque<(Of <T>)>Deque<(Of <T>)>New(IEnumerable<(Of <T>)>) |
Create a new Deque initialized with the items from the passed collection,
in order.
|